projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841edfe
)
Avoid accidental exports
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Dec 2010 02:43:42 +0000
(21:43 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Dec 2010 02:43:42 +0000
(21:43 -0500)
gtk/gtkvolumebutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkvolumebutton.c
b/gtk/gtkvolumebutton.c
index 639688f493f97d3ed7ebbbcb43464bdeecb1a2b7..3a196c606d43ded65fe8b5cffad7631c2e83e986 100644
(file)
--- a/
gtk/gtkvolumebutton.c
+++ b/
gtk/gtkvolumebutton.c
@@
-47,7
+47,7
@@
#define EPSILON (1e-10)
-
const
char * const icons[] =
+
static const g
char * const icons[] =
{
"audio-volume-muted",
"audio-volume-high",
@@
-55,7
+55,8
@@
const char * const icons[] =
"audio-volume-medium",
NULL
};
-const char * const icons_symbolic[] =
+
+static const gchar * const icons_symbolic[] =
{
"audio-volume-muted-symbolic",
"audio-volume-high-symbolic",